home *** CD-ROM | disk | FTP | other *** search
- ; Comment lines start with a ;
- ;
- ; Options may be in any order, and may be any of the following:
- ; GRAFDRV Required: Graphics driver, extension .DRV
- ; FONT Required: Font definition file, extension .FNT
- ; DEFAULTPAL Default .PAL file, to be loaded automatically
- ; DEFAULTMAP Default .MAP file, to be loaded automatically
- ; DRAWCOLOUR Default drawing colour, defaults to 0
- ; HORIZMOUSE Horizontal mouse sensitivity, in mickeys per pixel
- ; VERTMOUSE Vertical mouse sensitivity, in mickeys per pixel
- ; IMAGEWIDE Default image width, defaults to screen width
- ; IMAGEDEEP Default image depth, defaults to screen depth
- ; IMAGETYPE Default image type: .PCX or .VGA, defaults to .VGA
-
- GRAFDRV 320x200.drv
- ;GRAFDRV 320x240.drv
- ;GRAFDRV 320x400.drv
- ;GRAFDRV 640x480.drv
- ;GRAFDRV 800x600.drv
- FONT angular.fnt
- DRAWCOLOUR 1
- IMAGETYPE pcx
- HORIZMOUSE 2
- VERTMOUSE 2